release 0.1.28
authorØyvind Kolås <pippin@gimp.org>
Tue, 30 May 2017 21:39:50 +0000 (23:39 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 30 May 2017 21:39:50 +0000 (23:39 +0200)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 01b5dbf7d06420fabec36839dd263ab98802b9a5..04ad3ae86c96de55f2db1084b5231e9e993da750 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -74,4 +74,6 @@
         <dd>Portability, Stability and more</dd>
   <dt>Massimo Valentini</dt>
         <dd>stability fixes</dd>
+  <dt>Ell</dt>
+        <dd>fast paths</dd>
 </dl>
diff --git a/NEWS b/NEWS
index 64f2a2284ca91ff06b6e123d5d27ac062cfef48d..b91eb367edb37953bc09974f74c2431543801c31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ the news section both in the README and the webpage.
                                                                           -->
 
 
+2017-05-30 babl-0.1.28                                              </dt><dd>
+Fast paths for Lav <-> Lch, release triggered by pending GIMP release.
+                                                                    </dd><dt>
 2017-05-09 babl-0.1.26                                              </dt><dd>
 Build and install HCY color space, platform independences fixes to fish cache.
                                                                     </dd><dt>
index fd3597099c12876c0e161d4b151c709ed91dd48f..1f44e53a881398d7a556b8534fd1231f9f559776 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [27])
+m4_define([babl_micro_version], [28])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])